| Class | Description |
|---|---|
| PDFTextExtractionOptions | Defines the options for extracting text from PDF files. |
| PDFTextGlyph | Defines a glyph drawn on the PDF page. |
| PDFTextGlyphCollection | Defines a collection of glyphs in a text run. |
| PDFTextLine | Defines a line of text returned by a text extraction operation. |
| PDFTextLineCollection | Defines a collection of lines returned by a text extraction operation. |
| PDFTextRun | Defines a run of text displayed on a PDF page. A text run is defined by a single 'show text' PDF operator. All the glyphs in a text run share the same graphic attributes. |
| PDFTextRunCollection | Defines a collection of text runs on the PDF page. |
| PDFTextSearchOptions | Defines the supported options when searching text in PDF pages. |
| PDFTextSearchResult | Defines the result returned by a text search operation. |
| PDFTextSearchResultCollection | Defines a collection of results returned by a text search operation. |
| PDFTextWord | Defines a word returned by a text extraction operation. |
| PDFTextWordCollection | Defines a collection of words returned by a text extraction operation. |